# Selection groups ```{eval-rst} .. py:class:: SelectionGroup: :nocontentsentry: .. py:method:: getSelection() :nocontentsentry: Gets a vector with the items of the selection group. .. py:attribute:: Name :nocontentsentry: Name. | Constraints: Conditions: "" input must be non-empty. The name must be unique. :type: str ``` ```{eval-rst} .. py:function:: createSelectionGroup(GroupName) :nocontentsentry: Creates a model group :param str GroupName: Group name. Conditions: "" input must be non-empty. ``` ```{eval-rst} .. py:function:: removeSelectionGroup(GroupPointer) :nocontentsentry: Removes a selection group :param SelectionGroup GroupPointer: Group pointer to erase. Conditions: "" does not exist in the dropdown list. ``` ```{eval-rst} .. py:function:: renameSelectionGroup(GroupPointer, GroupName) :nocontentsentry: Creates a model group :param SelectionGroup GroupPointer: Group pointer to erase. Conditions: "" does not exist in the dropdown list. :param str GroupName: Group name. Conditions: "" input must be non-empty. ``` ```{eval-rst} .. py:function:: selectByElemGroup(EntityType, Context, ElemGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param ElemGroup: Selection group: Selection group of mesh elements. ``` ```{eval-rst} .. py:function:: selectByElemGroup(EntityType, Context, SelectMode, ElemGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param ElemGroup: Selection group: Selection group of mesh elements. ``` ```{eval-rst} .. py:function:: selectByGeom(EntityType, Context, Geom) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param Geom: Geometry: Select entities which are located on this geometry. ``` ```{eval-rst} .. py:function:: selectByGeom(EntityType, Context, SelectMode, Geom) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param Geom: Geometry: Select entities which are located on this geometry. ``` ```{eval-rst} .. py:function:: selectByLC(EntityType, Context, LoadCase) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param LoadCase: Load case: Select entities which are activated for the time of this load case. ``` ```{eval-rst} .. py:function:: selectByLC(EntityType, Context, SelectMode, LoadCase) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param LoadCase: Load case: Select entities which are activated for the time of this load case. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val2Y, SelLocMethodZ, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val2Theta, SelLocMethodZ, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val2Y, SelLocMethodZ, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, SelLocMethodX, Val1X, Val2X) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, CoordSys, SelLocMethodX, Val1X) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, SelectMode, SelLocMethodX, Val1X, Val2X) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. ``` ```{eval-rst} .. py:function:: selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodX: X select: Method to select by location in X direction. :param Val1X: X1: First value to select in X direction. :param Val2X: X2: Second value to select in X direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodRho: ρ select: Method to select by location in ρ. :param Val1Rho: ρ1: First value to select in ρ. :param Val2Rho: ρ2: Second value to select in ρ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, CoordSys, SelLocMethodY, Val1Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, SelectMode, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, Val2Y) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. ``` ```{eval-rst} .. py:function:: selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodY: Y select: Method to select by location in Y direction. :param Val1Y: Y1: First value to select in Y direction. :param Val2Y: Y2: Second value to select in Y direction. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodTheta: θ select: Method to select by location in θ angle. :param Val1Theta: θ1: First value to select in θ. :param Val2Theta: θ2: Second value to select in θ. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, CoordSys, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, CoordSys, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, SelectMode, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, CoordSys, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodZ, Val1Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, CoordSys, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodPhi, Val1Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodZ, Val1Z, Val2Z) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodZ: Z select: Method to select by location in Z direction. :param Val1Z: Z1: First value to select in Z direction. :param Val2Z: Z2: Second value to select in Z direction. ``` ```{eval-rst} .. py:function:: selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodPhi, Val1Phi, Val2Phi) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param CoordSys: Coodinate system: Coordinate system to define the location. :param SelLocMethodPhi: φ select: Method to select by location in φ angle. :param Val1Phi: φ1: First value to select in φ. :param Val2Phi: φ2: Second value to select in φ. ``` ```{eval-rst} .. py:function:: selectByMat(EntityType, Context, Material) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param Material: Material: Select entities which use this material. ``` ```{eval-rst} .. py:function:: selectByMat(EntityType, Context, SelectMode, Material) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param Material: Material: Select entities which use this material. ``` ```{eval-rst} .. py:function:: selectByNodeGroup(EntityType, Context, NodeGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param NodeGroup: Selection group: Selection group of nodes. ``` ```{eval-rst} .. py:function:: selectByNodeGroup(EntityType, Context, SelectMode, NodeGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param NodeGroup: Selection group: Selection group of nodes. ``` ```{eval-rst} .. py:function:: selectByNum(EntityType, Context, Val1) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param Val1: Value 1. ``` ```{eval-rst} .. py:function:: selectByNum(EntityType, Context, Val1, Val2) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param Val1: Value 1. :param Val2: Value 2. ``` ```{eval-rst} .. py:function:: selectByNum(EntityType, Context, SelectMode, Val1) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param Val1: Value 1. ``` ```{eval-rst} .. py:function:: selectByNum(EntityType, Context, SelectMode, Val1, Val2) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param Val1: Value 1. :param Val2: Value 2. ``` ```{eval-rst} .. py:function:: selectByPick(EntityType, Context, SelectedProps) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectedProps: Entities selected. ``` ```{eval-rst} .. py:function:: selectByPick(EntityType, Context, SelectMode, SelectedProps) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param SelectedProps: Entities selected. ``` ```{eval-rst} .. py:function:: selectByResult(EntityType, Context, Val1, Val2) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param Val1: Value 1. :param Val2: Value 2. ``` ```{eval-rst} .. py:function:: selectByResult(EntityType, Context, SelectMode, Val1, Val2) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param Val1: Value 1. :param Val2: Value 2. ``` ```{eval-rst} .. py:function:: selectByResult(EntityType, Context, Val1, Val2, SelGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param Val1: Value 1. :param Val2: Value 2. :param SelGroup: Selection group: Search for results in this selection group (mesh nodes or mesh elements). ``` ```{eval-rst} .. py:function:: selectByResult(EntityType, Context, SelectMode, Val1, Val2, SelGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param Val1: Value 1. :param Val2: Value 2. :param SelGroup: Selection group: Search for results in this selection group (mesh nodes or mesh elements). ``` ```{eval-rst} .. py:function:: selectBySec(EntityType, Context, Section) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param Section: Cross section: Select entities which use this cross section. ``` ```{eval-rst} .. py:function:: selectBySec(EntityType, Context, SelectMode, Section) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param Section: Cross section: Select entities which use this cross section. ``` ```{eval-rst} .. py:function:: selectBySEGroup(EntityType, Context, SEGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SEGroup: Selection group: Selection group of structural elements. ``` ```{eval-rst} .. py:function:: selectBySEGroup(EntityType, Context, SelectMode, SEGroup) :nocontentsentry: Select: Select elements from current selection :param Enumerate: { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity. :param Enumerate: { NewSelection, Reselection } Context: Context: Create a new selection or change current selection. :param SelectMode: Mode. :param SEGroup: Selection group: Selection group of structural elements. ``` ```{eval-rst} .. py:function:: SelectionGroup(EntityName) :nocontentsentry: Obtains an entity given its name :param str EntityName: Entity name. ```